home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / ammo / p38_clip.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  340 b   |  33 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 0.52
  5.     path models/ammo/p38_clip
  6.     skelmodel p38_clip.skd
  7.     surface all shader p38
  8. }
  9.  
  10. init
  11. {
  12.     server
  13.     {
  14.         surface all     +nodraw
  15.     }
  16. }
  17.  
  18. animations
  19. {
  20.     idle     p38_clip_reload.skc
  21.    {    
  22.     server
  23.         {
  24.             0  surface all     +nodraw
  25.             18 surface all     -nodraw
  26.             39 surface all     +nodraw
  27.             
  28.         }
  29.             
  30.     }
  31.  
  32.     
  33. }